home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global gFromWhere, gToWhere
- if netPresent() = 0 then
- alert("ATENÇÃO : AS OPÇÒES DE ACESSO À INTERNET NÃO ESTARÃO HABILITADAS. CONSULTE O SUPORTE TÉCNICO.")
- else
- beep()
- end if
- repeat with counter = 40 to 70
- set the visible of sprite counter to 0
- end repeat
- if the pathName contains "D:\" then
- set gFromWhere to "D:\"
- else
- if the pathName contains "E:\" then
- set gFromWhere to "E:\"
- else
- if the pathName contains "F:\" then
- set gFromWhere to "F:\"
- else
- if the pathName contains "G:\" then
- set gFromWhere to "G:\"
- else
- if the pathName contains "H:\" then
- set gFromWhere to "H:\"
- else
- if the pathName contains "I:\" then
- set gFromWhere to "I:\"
- end if
- end if
- end if
- end if
- end if
- end if
- end
-
- on RodarPrograma theprog
- global gFromWhere, gToWhere
- open(theprog)
- end
-